Movie Importing Flags
The
flags
parameter to the
ConvertFileToMovieFile
and
PasteHandleIntoMovie
functions specifiy a set of movie conversion flags. QuickTime 1.6.1 provides one additional flag:
enum {
showUserSettingsDialog = 2
};
Flag description
-
showUserSettingsDialog
-
If this flag is set, the user settings dialog box for that import operation can be displayed. For example, when importing a picture, this flag would display the Standard Compression dialog box so that the user could select the compression method.
© 1997 Apple Computer, Inc.Previous | Chapter Top | Chapter Contents | Next